home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000173_news@columbia.edu _Tue Apr 4 18:35:34 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA19823
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 4 Apr 2000 18:35:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA11381
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 4 Apr 2000 18:24:53 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Steve Manning <manning@execpc.com>
  10. Subject: K95 telnet negotiation help needed
  11. Date: Tue, 04 Apr 2000 17:20:37 -0500
  12. Message-ID: <38ea6ab6$0$56963@news.execpc.com>
  13. Organization: ExecPC Internet - Milwaukee, WI
  14. To: kermit.misc@columbia.edu
  15.  
  16. (I've experienced this with both v1.1.19 and 1.1.20)
  17.  
  18. I'm having what I assume to be some growing pains involving the new
  19. telnet negotiation in the latest verisons of K95.
  20.  
  21. I'm attempting to connect to another system (IBM OS/2) running an
  22. unknown telnet server from my Win95 system.
  23.  
  24. With version 1.1.17 and earlier, all I had to do with a "vanilla" K95
  25. installation was "set host x.x.x.x", "set terminal type yyy", and
  26. connect.
  27.  
  28. Since the update to 1.1.19 (and 1.1.20 as well), I've found that if I
  29. follow the steps above, I get the following (with telnet debugging
  30. turned on) as soon as I "set host":
  31. ====
  32. [C:\Programs\k95\] K-95> set host 10.210.60.3
  33.  Closing connection
  34.  Trying 10.210.60.3... (OK)
  35. TELNET SENT WILL AUTHENTICATION
  36. TELNET SENT WILL NAWS
  37. TELNET SENT WILL TERMINAL-TYPE
  38. TELNET SENT WILL NEW-ENVIRONMENT
  39. <wait for outstanding negotiations>
  40. TELNET RCVD WILL SUPPRESS-GO-AHEAD
  41. TELNET SENT DO SUPPRESS-GO-AHEAD
  42. TELNET RCVD WILL ECHO
  43. TELNET SENT DO ECHO
  44. TELNET RCVD DONT ECHO
  45. |TELNET SENT DO LOGOUT
  46. /
  47. ?Telnet Protocol Timeout - connection closed
  48. <telnet protocol timeout - connection closed>
  49. [C:\Programs\k95\] K-95>
  50. ====
  51.  
  52. There is a significant pause before the protocol timeout occurs... 30
  53. secs to a minute or so.
  54.  
  55. I've also found that if I "set telnet wait-for-negotiations off", then
  56. I get right in.
  57.  
  58. Can someone give me a bit of background here?
  59.  
  60. I'm worried that I'll need to add the "wait-for-negotiations" setting
  61. to my 400+ .ini files spread around the company if I attempt to deploy
  62. the newer version.  (We have a 100-user license.)
  63.  
  64. Any pointers to info that I've overlooked, or any other info greatly
  65. appreciated.
  66.  
  67.  
  68. Steve Manning
  69. Systems Administrator
  70. Mega Marts Inc.
  71. Milwaukee, WI  USA
  72. manning@execpc.com